{% extends "global/Page.html" %} {% load otree %} {% block title %} Part 1: Results Round n. {{subsession.round_number}}/{{Constants.num_rounds}} {% endblock %} {% block content %}
{% if same_choice %} Both of you chose to {{ my_decision }}. {% else %} You chose to {{ my_decision }} and the other participant chose to {{ opponent_decision }}. {% endif %}
As a result, your earnings from this round would be {{ player.payoff }}.
{% next_button %} {% endblock %}